home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / USRHSTDS.INC < prev    next >
Text File  |  1994-03-28  |  1KB  |  43 lines

  1. ; USRobotics HST Dual Standard
  2. ;
  3. ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
  4. ;
  5. ;                      1-UP  2-UP  3-DOWN  4-UP     5-DOWN
  6. ;                      6-UP  7-UP  8-DOWN  9-DOWN  10-UP
  7. ;                      WIDE SWITCH-UP
  8. ;
  9. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  10. ; program, type the following lines and press ENTER after each.  Then
  11. ; exit and restart TE/2.
  12. ;
  13. ;       AT&F
  14. ;       ATB1E1Q0M1X7V1S7=60
  15. ;       AT&A2&B1&C1&D2&H1&R2&M4&N0&K0&W
  16. ;
  17. ; NOTES: Set ALL dialing directory entries to 38400 baud
  18. ;        Configured so it will answer either v.32 or HST calls
  19. ;        If running OS/2 1.x, change all 38400's to 19200
  20.  
  21. Baud          38400
  22. Parity        N
  23. WordLen       8
  24. StopBits      1
  25.  
  26. XonXoff       BOTH
  27. CtsRts        BOTH
  28. MatchBaud     FALSE
  29.  
  30. ModemInitStrg ATZ^M
  31. ModemDialStrg ATDT
  32. ModemDialSufx ^M
  33. ModemHangStrg ;
  34. DTRHangup     TRUE
  35.  
  36. Connect       CONNECT,38400
  37.  
  38. NoConnect     NO_DIAL_TONE
  39. NoConnect     NO_CARRIER
  40. NoConnect     BUSY
  41. NoConnect     VOICE
  42.  
  43.